projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f47f459
)
Fix one more [/] in env-var test for windows
author
Nipunn Koorapati
<nipunn1313@gmail.com>
Sun, 13 Nov 2016 06:16:56 +0000
(22:16 -0800)
committer
Nipunn Koorapati
<nipunn1313@gmail.com>
Sun, 13 Nov 2016 06:16:56 +0000
(22:16 -0800)
tests/build.rs
patch
|
blob
|
history
diff --git
a/tests/build.rs
b/tests/build.rs
index 3f742a5cfda757e83702fe1d97cfb977c057054a..68a3562628ca6a38c873de32514d15da57ca84e2 100644
(file)
--- a/
tests/build.rs
+++ b/
tests/build.rs
@@
-820,7
+820,7
@@
suffix = env::consts::DLL_SUFFIX,
// If you set the env-var, then we expect metadata on libbar
assert_that(p.cargo_process("build").arg("-v").env("__CARGO_DEFAULT_LIB_METADATA", "1"),
execs().with_status(0).with_stderr(&format!("\
-[COMPILING] bar v0.0.1 ({url}
[/]
bar)
+[COMPILING] bar v0.0.1 ({url}
/
bar)
[RUNNING] `rustc bar[/]src[/]lib.rs --crate-name bar --crate-type dylib \
-C prefer-dynamic -g \
-C metadata=[..] \